Bump @dotenvx/dotenvx from 1.49.0 to 1.51.0#3
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx) from 1.49.0 to 1.51.0. - [Release notes](https://github.com/dotenvx/dotenvx/releases) - [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md) - [Commits](dotenvx/dotenvx@v1.49.0...v1.51.0) --- updated-dependencies: - dependency-name: "@dotenvx/dotenvx" dependency-version: 1.51.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
John-David Dalton (jdalton)
added a commit
that referenced
this pull request
May 7, 2026
Push #3 — Logger methods that the existing 4 logger test files don't exercise. New: test/unit/logger-uncovered.test.mts (16 tests). Covers: - done(): success-symboled message + chaining - progress(): direct-stream write + chaining + bound-stream routing - clearLine(): non-TTY no-op + TTY cursorTo+clearLine + chaining - resetIndent(): unbound (both streams) + bound stdout + bound stderr - logNewline(): blank-line write, blank-skip on consecutive call, chaining - skip(): skip-symboled stderr write Each test uses Writable capture streams (with optional isTTY) so we can assert output without polluting real stdout/stderr. logger.ts: 85.9% → 91.1% (+5.2%). Project: 90.77% → 91.00% lines — crossed the 91% mark.
John-David Dalton (jdalton)
added a commit
that referenced
this pull request
May 7, 2026
…#3) Adds 3 tests to test/unit/bin/check-primordials.test.mts: - JSON output emits findings array when drift exists (serialize map callback) - nodeInternalOnly filter drops non-string entries (the .filter() inside loadConfig) - Existing drift / explain tests now use the correct destructure shape (`const { X } = primordials`) instead of the require()/import shape that the scanner doesn't recognize. bin/check-primordials.ts: 80.6% → 92.5% (+11.9%). Project: 91.00% → 91.15% lines, 81.15% → 81.27% branches.
John-David Dalton (jdalton)
added a commit
that referenced
this pull request
May 7, 2026
New: test/unit/memoization-extras.test.mts (5 tests) - memoize: throws on negative TTL, drops expired entries on next read - memoizeAsync: cold-dedup (concurrent first-time callers share in-flight promise), cache-hit path, anonymous-fn name fallback Updated: test/unit/ipc.test.mts (+1 test) - ensureIpcDirectory chmod-tighten branch: pre-create the per-app IPC dir with 0o755, write a stub, assert dir mode is now 0o700. (EEXIST-retry test attempted but was unstable in the vitest pool — the path-cache rewire didn't persist across the second writeIpcStub call when other test files had loaded the SUT first.) Project: 91.15% → 91.19% lines, 81.27% → 81.36% branches.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @dotenvx/dotenvx from 1.49.0 to 1.51.0.
Release notes
Sourced from
@dotenvx/dotenvx's releases.Changelog
Sourced from
@dotenvx/dotenvx's changelog.Commits
66d40b21.51.05317ec8changelog 🪵505ee6aadd features to READMEc7b9a65Merge pull request #680 from dotenvx/ops-off4257488test detailsd9dfd3aadd-ops-offflag4765b69addopsOffoption to config1906d89add deprecation noticef3eda0astandard formatting 🧼be06ba2testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)